home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / rooftopmadness.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-23  |  93 b   |  6 lines

  1. on(release){
  2.    _level0.happyKids = 0;
  3.    _level0.unhappyKids = 0;
  4.    gotoAndPlay(1);
  5. }
  6.